home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
ccdl150l.zip
/
IO
/
RENAME.C
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-27
|
150b
|
8 lines
#include <stdio.h>
#include <time.h>
#include <libp.h>
int rename(const char *name,const char *newname)
{
return(_ll_rename(name,newname));
}